Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerUpdateSpec
This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerUpdateSpec schema contains properties that describe new configuration for KMIP based key server.
This schema was added in vSphere API 7.0.0.0.
{
"servers": [
{
"name": "string",
"address": {
"hostname": "string",
"port": 0
}
}
],
"username": "string"
}
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
List of KMIP compliant key servers.
Key servers must be configured for active-active replication. If the server port is missing or null
, a default value for KMIP's port will be used.
This property was added in vSphere API 7.0.0.0.
If missing or null
, server configuration will remain unchanged.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
Username for authentication.
This property was added in vSphere API 7.0.0.0.
If missing or null
, username will remain unchanged.